home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000141_owner-current-u…s.berkeley.edu_Wed Aug 3 21:30:22 1994.msg < prev    next >
Text File  |  1994-10-16  |  1KB  |  32 lines

  1. To: sommerfeld@orchard.medford.ma.us (Bill Sommerfeld)
  2. Cc: current-users@sun-lamp.cs.berkeley.edu
  3. Subject: Re: Looking for clues about nroff -man.. 
  4.              <199408031640.MAA00268@orchard.medford.ma.us> 
  5. X-Notice: Do not redistribute in any form without prior explicit
  6.           consent of the author.
  7. From: "Chris G. Demetriou" <cgd@alpha.bostic.com>
  8. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  9.  
  10. > I am woefully unenlightened about *roff.
  11.  
  12. and you consider that a bad thing?  8-)
  13.  
  14. > Clearly the character string "lt" is "magic" in some way, as it
  15. > appears often in the tmac files in /usr/share/tmac/*
  16.  
  17. right.  'lt' is probably the name of a macro.
  18.  
  19. you should use it as:
  20.  
  21. .Nm \<
  22.  
  23.  
  24. In general, to be safe, if i'm using _any_ two-letter sequence in
  25. as an argument to a macro, i quote it like that.  what happens is
  26. that the macro being invoked (in this case Nm) can invoke macros
  27. in its arguments, so in this case (and several others i've seen,
  28. such as ".Nm ex" and ".Op Fl x Ar aw" from the nvi man page)
  29. the wrong thing happens to the argument...
  30.  
  31.  
  32. chris